xend: make a crash dump directory per DomU
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 28 Jul 2009 15:43:50 +0000 (16:43 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 28 Jul 2009 15:43:50 +0000 (16:43 +0100)
commit00f0eadc5294a5db542dee5eef6de7f01ab54e91
tree84023c1953ba9c2df91873cab38a3af0f1fde41e
parentfb4a420c9b50bbf5ae9ae02141d4eb2857aaa561
xend: make a crash dump directory per DomU

Currently, xend dumps a core file of a DomU
in the directory "/var/xen/dump/", when the DomU has crashed.

The patch modifies this directory to "/var/xen/dump/<domain name>/".

It enables you to select HDD partition per DomU to dump core by using
mount command.

Signed-off-by: Rikiya Ayukawa <ayukawa.rikiya@jp.fujitsu.com>
tools/python/xen/xend/XendDomainInfo.py